Welcome![Sign In][Sign Up]
Location:
Search - traveling salesman problem genetic algorithm

Search list

[Other resourceGenetic Algorithms and the Traveling Salesman Prob

Description: 遗传算法的一个例子:旅行商问题。C++源代码,适合初学者研究遗传算法与最优化等方面的知识。-a genetic algorithm examples : the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
Platform: | Size: 122189 | Author: hu | Hits:

[Other resourcetsp(2)

Description: 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
Platform: | Size: 19631 | Author: 叶靥 | Hits:

[AI-NN-PRGenetic_Ant_Algorithms

Description: 一种运用蚂蚁算法和遗传算法解决旅行商问题的混合优化程序-an ant algorithm and the use of genetic algorithms to solve the traveling salesman problem hybrid optimization procedures
Platform: | Size: 81920 | Author: 陈雷 | Hits:

[AI-NN-PRGenetic Algorithms and the Traveling Salesman Prob

Description: 遗传算法的一个例子:旅行商问题。C++源代码,适合初学者研究遗传算法与最优化等方面的知识。-a genetic algorithm examples : the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
Platform: | Size: 121856 | Author: hu | Hits:

[Internet-Network遗传算法解决TSP问题

Description: 大家好!这是一个由VC编写的遗传算法解决TSP问题的源代码,希望能初学者有所帮助!-everyone! This is a VC prepared by the Genetic Algorithm for the Traveling Salesman Problem source code, hope to help beginners!
Platform: | Size: 60416 | Author: 舒小敏 | Hits:

[AI-NN-PRtsp(2)

Description: 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
Platform: | Size: 1171456 | Author: 叶靥 | Hits:

[AI-NN-PRTSPGACCODE

Description: 旅行商问题的遗传算法求解源代码,多目标优化经典问题的现代启发式算法实现-traveling salesman problem genetic algorithm source code, multi-objective optimization of the modern classic Heuristic Algorithm
Platform: | Size: 4096 | Author: 鸿渐 | Hits:

[AI-NN-PRTravelingSalesmanProblemwithGeneticAlgorithm

Description: this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included 2. Inputs can be specified in any order, so long as the parameter pairs are specified as a parameter , value -this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included2. Inputs can be specified in any order, so long as the parameter pairs are specified as a parameter, value
Platform: | Size: 4096 | Author: 宏姬 | Hits:

[AI-NN-PRtravelingsalemanproblem

Description: 主要解决旅行商问题(traveling saleman problem,简称tsp,即已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市,求解最短距离的遗传算法。-mainly to solve the traveling salesman problem (traveling saleman problem, listed tsp, known cities n between the distance from the existing one salesman must traveled n this city, and visit each city only once, finally starting to return to the city, for the shortest distance from the genetic algorithm.
Platform: | Size: 1024 | Author: 阳文 | Hits:

[.nettsp

Description: 应用遗传算法计算城市路径的一个vc和MATLAB程序-genetic algorithm path of a city vc and MATLAB program
Platform: | Size: 691200 | Author: li | Hits:

[AI-NN-PRTSP

Description: 用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。-Genetic algorithm is used to solve the traveling salesman problem, and use graphical interface is displayed. Compared using roulette selection operator and tournament selection operator of genetic algorithm to solve TSP s performance issues, including: run time, the evolution of the overall quality of algebra and the optimal solution. The results of curve can be used graphics displayed.
Platform: | Size: 71680 | Author: sdfsfdsf | Hits:

[JSP/Javajava-tsp-1.3-src

Description: Traveling Salesman Problem Java Genetic Algorithm Solution, Hope all enjoy it.
Platform: | Size: 5686272 | Author: beyonddoor | Hits:

[Data structstsp

Description: 用C语言实现旅行商问题。该算法简单精悍,效率也不低,是实现TSP问题的很好的算法。-Using C language realize traveling salesman problem. The algorithm is simple and lean, efficiency is not low, the problem is to achieve a good TSP algorithms.
Platform: | Size: 236544 | Author: | Hits:

[AI-NN-PRHybridalgorithmbasedonabalancedstudyofMTSP

Description: 基于混合算法的均衡路程MTSP研究 给出了MTSP的整数线性规划模型、分类, 提出了均衡各旅行商访问路程和均衡各旅行商访问人数的多目标 问题针对均衡各旅行商访问路程的设计了相应的求解算法, 求解算法为遗传算法和一的混合算法给出了相应 的示例和实验结果, 并对实验结果的有效性进行了研究-Hybrid algorithm based on a balanced study of MTSP given distance of the MTSP integer linear programming model, the classification of a traveling salesman to visit all balanced and balanced way to visit the traveling salesman problem of the number of multi-target traveling salesman for the balance of the journey to visit the design of the the corresponding algorithm, algorithm for genetic algorithm and a hybrid algorithm of the corresponding sample and experimental results, experimental results and the validity of the study
Platform: | Size: 254976 | Author: Notics | Hits:

[Mathimatics-Numerical algorithmstsp_ga_cities

Description: Develop a generic genetic algorithm to solve the traveling salesman problem with 20 cities that are uniformly distributed within a unit square in a 2-dimensional plane.
Platform: | Size: 26624 | Author: Su Yu-Jiun | Hits:

[AI-NN-PRtraveling-salesman-problem

Description: 遗传算法解决旅行商问题,遗传算法对解决NP问题.-Genetic algorithm to solve traveling salesman problem, genetic algorithm to solve the NP problem.
Platform: | Size: 11264 | Author: roy | Hits:

[AI-NN-PRTSP-problem-genetic-algorithm-matlab

Description: Tsp 问题 旅行商问题 遗传算法 可以直接使用-Tsp traveling salesman problem genetic algorithm can be used directly
Platform: | Size: 4096 | Author: 王振华 | Hits:

[assembly languageGenetic-Algorithm

Description: 本程序用遗传算法基于C语言解决10个城市的旅行商问题,可求出10个城市之间的最短距离。-The procedures used to solve a 10-city traveling salesman problem, genetic algorithm based on the C language can be calculated the shortest distance between the 10 cities.
Platform: | Size: 8192 | Author: haqier | Hits:

[CSharp299---Traveling-Salesman-Problem-via-Genetic-Algo

Description: 299 - Traveling Salesman Problem via Genetic Algorithm v1.0 - Namira
Platform: | Size: 43008 | Author: Nima | Hits:

[OtherTraveling-Salesman-Problem

Description: C语言解决旅行商问题(货郎担问题),使用的是遗传算法-C language to solve the traveling salesman problem (TSP), using a genetic algorithm
Platform: | Size: 3072 | Author: kenny | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net